home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / copyall.zip / COPYALL.DOC next >
Text File  |  1991-04-07  |  5KB  |  95 lines

  1.  
  2.  
  3.                           04/07/91              COPYALL            Version 1.0
  4.  
  5.  
  6.           Function:       Copy groups of files to multiple diskettes with
  7.                           efficient space utilization.
  8.  
  9.           To Use Enter:   COPYALL [/<drive-letter>] [<file-id>]... <enter>
  10.  
  11.           Parameters:     By default, COPYALL will copy all files in the
  12.                           current drive/directory to drive A:.  The target
  13.                           drive can be changed by supplying the appropriate
  14.                           switch.  For example:
  15.  
  16.                                   COPYALL /B
  17.  
  18.                           will copy all files in the current drive/directory
  19.                           to drive B:.
  20.  
  21.                           One or more source file parameters may be supplied.
  22.                           These may include drive, path and file names.  The
  23.                           file names may include DOS wild cards.  For example:
  24.  
  25.                                   COPYALL *.PAS D:\TURBO\*.TPU
  26.  
  27.                           would copy all *.PAS files from the current
  28.                           directory and all *.TPU files from subdirectory
  29.                           TURBO on drive D:.
  30.  
  31.           Processing:     Before copying any files the program builds a table
  32.                           in memory identifying each file.  In the event of
  33.                           duplicate file names (from multiple source
  34.                           parameters) the program will terminate with an error
  35.                           message.
  36.  
  37.                           The program will then prompt you to insert target
  38.                           diskettes as needed.  As each target diskette is
  39.                           supplied it is scanned for existing files which
  40.                           would conflict with those being copied, and rejected
  41.                           if using that disk would create an ambiguous
  42.                           situation in reloading files.
  43.  
  44.                           Files are then copied to the diskette based on the
  45.                           space available.  The largest file which will fit in
  46.                           the space available is the file next copied.
  47.  
  48.                           You may intermix high and low density disk.  Should
  49.                           you decide to terminate the process you can press
  50.                           the <ESC> key instead of the <ENTER> key when
  51.                           prompted for a new disk.
  52.  
  53.  
  54.  
  55.                           04/07/91              COPYALL            Version 1.0
  56.  
  57.  
  58.           Installation:   The distribution file, COPYALL.ZIP, contains two
  59.                           files.  These are:
  60.  
  61.                                   COPYALL.EXE    The main program.
  62.                                   COPYALL.DOC    This document.
  63.  
  64.  
  65.                           Copy the to EXE files to your hard disk.  If they
  66.                           are in a subdirectory which is included in your PATH
  67.                           statement then COPYALL may be executed from any
  68.                           drive/subdirectory.
  69.  
  70.           Copyright:      1991 by Ravendale Systems, St. Clair Shores,
  71.                           Michigan.  Except for the right to distribute
  72.                           unmodified copies of COPYALL.ZIP, all rights are
  73.                           reserved.  No fee may be charged for this software.
  74.                           Reasonable duplication fees allowed.
  75.  
  76.           Registration:   You may register this product by sending $20, along
  77.                           with your name, address and diskette drive size to:
  78.  
  79.                                   Ravendale Systems
  80.                                   31818 Tanglewood
  81.                                   St. Clair Shores, MI 48082
  82.  
  83.                           Registration for this program includes all
  84.                           "Utilities Series" programs published by Ravendale
  85.                           Systems.  Registered users will receive the next
  86.                           annual update of the Ravendale Systems Utility Disk,
  87.                           which will contain the latest version of COPYALL and
  88.                           other shareware offerings in the Utilities Series.
  89.  
  90.           Problems, etc:  Any difficulty encountered should be reported to the
  91.                           above address.  Registered users will receive a
  92.                           response, and all reported bugs will be addressed in
  93.                           future versions.
  94.  
  95.